home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextApps / Mail.app / Italian.lproj / encrypt_info.nib / data.classes next >
Text File  |  1996-01-03  |  427b  |  34 lines

  1. KeyView = {
  2.     OUTLETS = {
  3.     keyInfo;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. Encrypt = {
  13.     ACTIONS = {
  14.     changeView:;
  15.     performClose:;
  16.     setPrivateKey:;
  17.     addPublicKeyAndShow:;
  18.     removeKeysAndShow:;
  19.     };
  20.     OUTLETS = {
  21.     publicView;
  22.     window;
  23.     keyText;
  24.     well;
  25.     privateView;
  26.     addressView;
  27.     keyField;
  28.     chooser;
  29.     instruct;
  30.     address;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.